home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0153 / setup.cfg < prev    next >
Text File  |  1997-03-24  |  2KB  |  78 lines

  1. TITLECOLOR: blue
  2. TITLE: "RT Edit 1.1 - Installation", 50, italic, Bold
  3.  
  4. SCREENCOLOR: cyan, blue
  5.  
  6. BEGINFIRSTSCREEN
  7.  
  8.   This is the Setup Program for RT Edit, a spell check/typing
  9.   assistant for C/C++ programmers.  The dictionary for RT Edit
  10.   is based on the identifiers in existing code files you select.
  11.  
  12. ENDFIRSTSCREEN
  13.  
  14. MINDISKSPACE: 1000000
  15. MINCPUTYPE: 80386
  16.  
  17. DEFAULTDIR: c:\rtedit
  18.  
  19. FILE: rtedit.exe, overwrite=new
  20. FILE: rtedit.hlp, overwrite=new
  21. FILE: readme.txt, overwrite=new
  22. FILE: vendor.doc, overwrite=new
  23. FILE: support.txt, overwrite=new
  24. FILE: register.txt, overwrite=new
  25. FILE: register.frm, overwrite=new
  26. FILE: file_id.diz, overwrite=new
  27. FILE: reswords.txt, overwrite=new
  28. FILE: $winsysdir$\bwcc.dll, overwrite=new
  29.  
  30. BEGINGROUP
  31.  
  32.  
  33.      Setup will create two new program items to be placed in 
  34.      a new group created by default.  If you do not wish the
  35.      new group to be created, you may deselect "New group" and
  36.      select the Applications group instead.
  37.  
  38. 25 [X] New group "RT Edit"
  39.  
  40. 30 [ ] "Applications" group
  41.  
  42.  
  43.      An ASCII version of the RT Edit User's Manual may be
  44.      installed.  The default is to install the Manual.  If you do
  45.      not wish to install the manual, uncheck the box.
  46.  
  47.  
  48. 20 [X] RT Edit User's Manual in ASCII (printable) format
  49.  
  50. ENDGROUP
  51.  
  52. FILE: rteduser.prn, overwrite=new, group=20
  53.  
  54. IF GROUP=25
  55.   WINITEM: "RT Edit", "$defaultdir$\rtedit.exe", "RT Edit", replace
  56.   WINITEM: "RT Edit", "$defaultdir$\rtedit.hlp", "RT Edit Help", replace
  57. ENDIF
  58.  
  59. IF GROUP=30
  60.   WINITEM: "Applications", "$defaultdir$\rtedit.exe", "RT Edit", replace
  61.   WINITEM: "Applications", "$defaultdir$\rtedit.hlp", "RT Edit Help", replace
  62. ENDIF
  63.  
  64. BEGINLASTSCREEN
  65.  
  66.   RT Edit installation is completed.
  67.  
  68.   You may use a text editor to view the readme.txt
  69.   file for installation instructions, late news, problem 
  70.   histories and the list of files included.
  71.   
  72.   See "About RT Edit" under the Help menu for
  73.   registration information.
  74.  
  75. ENDLASTSCREEN
  76.  
  77.  
  78.